gdk/wayland: Avoid idempotent wl_subsurface.set_position calls
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 5 Oct 2017 23:06:03 +0000 (01:06 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 16 Oct 2017 09:31:00 +0000 (11:31 +0200)
commit1607f8c4c64b95329f0c02fde7070c35b2bfb2ad
tree33dbb0133494f5e75e9ed56ff0221157e36e94bf
parentc286fad473a86d8f9fc9aa1da9edd55860872185
gdk/wayland: Avoid idempotent wl_subsurface.set_position calls

These may not result on wl_surface.frame callbacks, yet we do trigger
a frame clock tick that would get stuck on the lack of such callback.

https://bugzilla.gnome.org/show_bug.cgi?id=784314
gdk/wayland/gdkwindow-wayland.c